Skip to content

[BUGFIX] Makes sure PluginListTypeToCTypeUpdate works in v13 - #867

Merged
lochmueller merged 1 commit into
lochmueller:mainfrom
sypets:fix-upgrade-wizard-PluginListTypeToCTypeUpdate
Jul 20, 2026
Merged

[BUGFIX] Makes sure PluginListTypeToCTypeUpdate works in v13#867
lochmueller merged 1 commit into
lochmueller:mainfrom
sypets:fix-upgrade-wizard-PluginListTypeToCTypeUpdate

Conversation

@sypets

@sypets sypets commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Add attribute UpgradeWizard to upgrade wizard PluginListTypeToCTypeUpdate so it will register automatically.

Current version of calendarize still supports v13 but upgrade wizard PluginListTypeToCTypeUpdate will not work in v13 because the namespaces for AbstractListTypeToCTypeUpdate and UpgradeWizard changed between v13 and v14. For this reason, the v13 paths should still be used as this will work in v13 and v14.

Resolves: #866

Add attribute UpgradeWizard to upgrade wizard PluginListTypeToCTypeUpdate
so it will register automatically.

Current version of calendarize still supports v13 but upgrade wizard
PluginListTypeToCTypeUpdate will not work in v13 because the namespaces
for AbstractListTypeToCTypeUpdate and UpgradeWizard changed between
v13 and v14. For this reason, the v13 paths should still be used
as this will work in v13 and v14.

Resolves: lochmueller#866
@lochmueller

Copy link
Copy Markdown
Owner

Thanks @sypets

@lochmueller
lochmueller merged commit 1e6b656 into lochmueller:main Jul 20, 2026
0 of 8 checks passed
@sypets

sypets commented Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

I tested with TYPO3 v13. Not sure if v14 is even relevant because tt_content.list_type is removed in v14, so this update wizard PluginListTypeToCTypeUpdate should probably run in v13.

I am still working mostly with v13, so not so familiar with the v14 stuff!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

After updating to calendarize version ^15 the upgrade wizard for migrating list_type to CType won't execute (in TYPO3 v13)

2 participants